home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Handler / DLLDef next >
Text File  |  1995-08-23  |  502b  |  40 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Handler"
  6.   version 1.03
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Handler_NullRedraw
  14.   Handler_CloseWindow
  15.   Handler_DragFinish
  16.   Handler_Key
  17.   Handler_HatchRedraw
  18.   Handler_ModeChange
  19.   Handler_DeleteWindow
  20.   Handler_DragNULL
  21.   Handler_ClickOK
  22.   Handler_OpenWindow
  23. }
  24.  
  25. ; --- Object files ---
  26.  
  27. objects
  28. {
  29.   o.DragNULL
  30.   o.Key
  31.   o.ModeChange
  32.   o.OpenW
  33.   o.ClickOK
  34.   o.HtchRedraw
  35.   o.CloseW
  36.   o.NullRedraw
  37.   o.DeleteW
  38.   o.DragFinish
  39. }
  40.